Constant: \saffire\datetime.RFC1123

Type string Value %a, %d %b %Y %H:%M:%S GMT

Holds the date-format that can be used for datetime.format() for generated RFC 1123 compatible times.

Arguments

Notes:

Examples:

io.println(datetime.now().format(datetime.RFC1123));
// Thu, 23 Jul 2015 21:48:18 GMT